Welcome![Sign In][Sign Up]
Location:
Search - java v

Search list

[Other resourcePSO(java)

Description: 一个很好的PSO学习代码,一看就懂,其中包含了Java,C,V.-a good PSO learning code, a person would understand, which includes Java, C, V.
Platform: | Size: 558921 | Author: kail85 | Hits:

[Other resourceSubstituter.java

Description: 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a search of inspiration I said a code is : According to the Natural Language alphabet frequency of the size of precedence (has been for the State Statistical Analysis), Mr. into an alphabet frequency tables (A )--------( e), (t, a, o, i, n, s, h r), (d, l), (c, u, m, w, f, g, y, p, b), (v, k, j, x, q, z), again close to the mother language calculated frequency and frequency input precedence generate a secret letter to the mother TAB (B), Table 2 by the corresponding relations, use of the letters A to B to replace the letters of the alphabet, when unsuccessful search regression, Here is a retrospective key.
Platform: | Size: 3971 | Author: rtshen | Hits:

[Other resourceApress.SCJD.Exam.with.J2SE.5.2nd.Edition

Description: This book has been updated for the new Java version, J2SE 5.0, and works its way through a project with requirements and structure similar to the project you ll encounter in the SCJD exam-This book has been updated for the new Java v ersion, J2SE 5.0, and works its way through a project with require ments and structure similar to the project you l l encounter in the SCJD exam
Platform: | Size: 3202265 | Author: polo | Hits:

[Windows Developjava 3d 教材

Description:

java 3d  教材 

®Internet的交互式三维图形应用编程接口(API)。
®让用户能够像浏览网页一样观看并操作三维动态图形
®一次编程,到处运行
®适应各种不同的软硬件平台

Platform: | Size: 4610102 | Author: uufishman | Hits:

[Internet-NetworkSwitchboard-1.0.1

Description: 基于java的vpn源代码-Sirocom based java source code
Platform: | Size: 2832384 | Author: 老马 | Hits:

[Graph programDongHua

Description: 制作JAVA小动画,执行本例实例后,将在浏览器窗口内显示一个JAVA小动画。显示顺序是:先显示JAVA的咖啡形状的logo图片,然后依次显示 带有“J”,” A”,” V”, “A” 四个字母的图片。显示结束后,程序会自行循环。-JAVA small animation production, the implementation of the cases example, the browser window displays a small Java animation. The order is revealed : the first showing Java coffee-shaped logo pictures, to be followed by shows with "J", "A" and "V", "A" four-letter images. After the show, procedures own circle.
Platform: | Size: 14336 | Author: 杜喜珠 | Hits:

[Other Riddle gamesvos mini edition

Description: "vos mini edition"是目前非常流行的模拟钢琴类游戏的mini版,用java实现,通过程序的学习和编写,java学习者可以对java的图形和多媒体应用有了更深入的了解.-"Vos Mini Edition" is a popular emu-piano game in its mini version. Written in Java, you can get more details about the Java MultiMedia and Graphics with the coding and learning the program.
Platform: | Size: 38912 | Author: 杨军 | Hits:

[JSP/Javarandom-exam

Description: 通子的考试系统 本程序版权属于通子 程序功能: 1。考生可以选择科目进行考试 2. 考过科目不再重新登陆考试 2。考题时随机的,避免考生之间互相抄袭。 3。考题为五题,设定30秒后自动提交 4。提交后可以直接得到你的成绩,并知道你是否通过了考试了 5. 可以了解你的成绩与总成绩的对比 程序优缺点: 1。未使用javaBean技术。 2。使用的是声明语句在Conn.jsp,功能是进行数据库连接; 3。使用html处理的不好,页面不甚美观。 4。未采用MVC,M(mode-database),V(view-jsp),C(controller-servlet). 程序流程: 进入 考生 —— 登录界面 ——进入——测试——提交——成绩 login.jsp —— test.jsp —— score.jsp test.mdb test.mdb test.mdb 抱歉: 由于时间不足,未能把java(2)班全体同学的信息全部添加到数据库中。 附: java(2)班全体同学信息打包在里面了,有意者可以添加。 希望对此程序作改进的有我联系。我的QQ:120244312 E-Mail:zuotongyousai@163.com- 1 2. 2 330 4 5. 1javaBean 2Conn.jsp 3html 4MVCM(mode-database)V(view-jsp)Ccontroller-servlet. login.jsp test.jsp score.jsp test.mdb test.mdb test.mdb ,java(2)
Platform: | Size: 73728 | Author: 左达 | Hits:

[ListView/ListBox通用权限管理系统(Popedom) v.1

Description: 通用的权限系统管理,适合于各种系统的原代码-universal competence management system, suited to various systems of the original code
Platform: | Size: 99328 | Author: 张华 | Hits:

[J2MEPST_v7.11

Description: 可修改motorola手机不能用数据线下载Java程序的工具软件。该软件还有其它功能,自己慢慢看吧。-phone lines can not be used to download data to the Java programming tools. The software has other functions, and see themselves slowly.
Platform: | Size: 13034496 | Author: 陈景卫 | Hits:

[GUI DevelopJtreeSamples

Description: 显示一个层次关系分明的一组数据,用树状图表示能给用户一个直观而易用的感觉,JTree类如同Windows的资源管理器的左半部,通过点击可以"打开"、"关闭"文件夹,展开树状结构的图表数据。JTree也是依据M-V-C的思想来设计的,Jtree的主要功能是把数据按照树状进行显示,其数据来源于其它对象。下面是5个节点的树类程序-JTreeWindows"""", JTree is based on M-V-C thinking to the design, Jtree the main functions of data in accordance with the tree, for example, the data from other objects. Below are the five nodes of the tree types of proceedings
Platform: | Size: 146432 | Author: 陈永 | Hits:

[Internet-Networkjadhoc-0[1].2.tar

Description: UoB JADhoc is an AODV Implementation in Java. This is a GZIPed TAR file for the Linux/Unix environments. -UoB JADhoc is an AODV Implementation in SUNW a. This is a GZIPed TAR file for the Linux/Unix en V..
Platform: | Size: 1714176 | Author: wuyanqi | Hits:

[Search Enginelucene-2.0.0-src

Description: java全文搜索引擎 Lucene不是一个完整的全文索引应用,而是是一个用Java写的全文索引引擎工具包,它可以方便的嵌入到各种应用中实现针对应用的全文索引/检索功能。 Lucene的作者:Lucene的贡献者Doug Cutting是一位资深全文索引/检索专家,曾经是V-Twin搜索引擎(Apple的Copland操作系统的成就之一)的主要开发者,后在Excite担任高级系统架构设计师,目前从事于一些INTERNET底层架构的研究。他贡献出的Lucene的目标是为各种中小型应用程序加入全文检索功能。 -Lucene full-text search engine is not a complete full-text indexing applications, but Java is used to write a full-text indexing engine kits it can easily embedded into applications to achieve against the application of full-text indexing/search functions. Lucene the author : Lucene contributor Doug Cutting is a senior full-text indexing/retrieval experts, once V-Twin search engine (Apple's Copland one of the achievements of the operating system), the main developers, after Excite as Senior Systems Architect, currently engaged in the underlying structure of some Internet research. His contribution to the Lucene goal is to various small and medium-sized applications by adding full-text search function.
Platform: | Size: 6619136 | Author: mzc | Hits:

[Search Enginelucene_cn

Description: lucene中文搜索包,用于构建搜索 Lucene不是一个完整的全文索引应用,而是是一个用Java写的全文索引引擎工具包,它可以方便的嵌入到各种应用中实现针对应用的全文索引/检索功能。 Lucene的作者:Lucene的贡献者Doug Cutting是一位资深全文索引/检索专家,曾经是V-Twin搜索引擎(Apple的Copland操作系统的成就之一)的主要开发者,后在Excite担任高级系统架构设计师,目前从事于一些INTERNET底层架构的研究。他贡献出的Lucene的目标是为各种中小型应用程序加入全文检索功能。-lucene Search package, Search for Construction Lucene is not a complete full-text indexing applications, but Java is used to write a full-text indexing engine kits It can facilitate the embedding of applications to achieve against the application of full-text indexing/search functions. Lucene the author : Lucene contributor Doug Cutting is a senior full-text indexing/retrieval experts, was V-Twin search engines (Apple's Copland operating system one of the achievements) of the main Development, after the Excite as Senior Systems Architect, currently engaged in some bottom structure of the Internet study. He Lucene contribution to the objectives of the various small and medium-sized applications to full-text retrieval functions.
Platform: | Size: 139264 | Author: | Hits:

[AI-NN-PRSubstituter.java

Description: 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a search of inspiration I said a code is : According to the Natural Language alphabet frequency of the size of precedence (has been for the State Statistical Analysis), Mr. into an alphabet frequency tables (A )--------( e), (t, a, o, i, n, s, h r), (d, l), (c, u, m, w, f, g, y, p, b), (v, k, j, x, q, z), again close to the mother language calculated frequency and frequency input precedence generate a secret letter to the mother TAB (B), Table 2 by the corresponding relations, use of the letters A to B to replace the letters of the alphabet, when unsuccessful search regression, Here is a retrospective key.
Platform: | Size: 4096 | Author: rtshen | Hits:

[JSPjava-learn

Description: java入门,适合新手 第一章 Java语言的产生及其特点 第二章 Java程序开发与运行环境 第三章 Java程序设计基础 第四章 Java应用程序的基本框架 第五章 Java的类 第六章 Java图形用户接口 第七章 多线程 第八章 Java的"异常" 第九章 Java输入输出操作-java entry, suitable for novice first chapter of the Java language and its characteristics have a chapter Java developers with Java runtime environment Chapter III Chapter IV program design based on Java applications, the basic framework of Chapter V Chapter VI Java class Java graphical user Interface Chapter VII Chapter VIII of the multi-threaded Java
Platform: | Size: 125952 | Author: f | Hits:

[JSP/JavaVSSOper

Description: java操作VSS的操作封装 封装了VSS的一系列操作,从VSS上get文件、从VSS上checkOut文件、向VSS上checkIn文件、向VSS上Add文件、修改当前项目等等一系列操作,使用起来很方便。-java operating VSS operations VSS package encapsulates a series of operations, get up from the VSS files from VSS files on checkout, checkin document on to the VSS to VSS on Add file, modify the current project and so on a series of operations, the use of up easily.
Platform: | Size: 1572864 | Author: HB | Hits:

[Other Web CodejsTree.v.0.9.6

Description: ssh+jquery生成树-java+jquery+ssh。。。。。。。。。。。。。
Platform: | Size: 194560 | Author: xiaopan | Hits:

[JSP/Javastringdfghj

Description: my project String method for learn java v
Platform: | Size: 16384 | Author: essi7 | Hits:

[AI-NN-PRJGibbLDA-v.1.0

Description: JGibbLDA-v.1.0.zip是java版的LDA实现,可以完美实现LDA,仅供学习参考(LDA implementation of Java Edition)
Platform: | Size: 1586176 | Author: kfall | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net